Class TimedNetworkLSAImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.impl.TimedNetworkLSAImpl
All Implemented Interfaces:
IPCData, TimedNetworkLSA

public class TimedNetworkLSAImpl extends IPCDataImpl implements TimedNetworkLSA
  • Field Details

  • Constructor Details

    • TimedNetworkLSAImpl

      public TimedNetworkLSAImpl()
  • Method Details

    • getLsa

      public OSPFNetworkLSA getLsa()
      Specified by:
      getLsa in interface TimedNetworkLSA
      Returns:
      OSPFNetworkLSA Returns a OSPFNetworkLSA
    • setLsa

      public void setLsa(OSPFNetworkLSA lsa)
      Specified by:
      setLsa in interface TimedNetworkLSA
      Parameters:
      lsa - Takes in a parameter of lsa
    • read

      public void read(EncodedBuffer buffer)
      Reads this object from an EncodedBuffer of raw data
      Specified by:
      read in interface IPCData
      Specified by:
      read in class IPCDataImpl
      Parameters:
      buffer - The EncodedBuffer that contains the raw data from which to construct this object